GtkCssProvider: Add a parser for 9slice typed properties.
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 24 Sep 2010 20:05:20 +0000 (22:05 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:16 +0000 (15:38 +0100)
commit7ee564c7cd02c2756dd54d46bfad3caf3e82c7ac
treeed20ff80fc0d5dabaef3cdf4db5a3a7b6544ed10
parentf363e31a096a60c09f7f31c0a3646b39b548fe47
GtkCssProvider: Add a parser for 9slice typed properties.

The value it parses is similar to the border-image CSS3 property,
so strings like this will be accepted:

  border-image: url (foo.png) 4 3 4 3 repeat repeat;

the image path is relative to the parsed CSS file dirname if no
absolute path is provided.
gtk/gtkcssprovider.c